PHP3 Manual | ||
---|---|---|
Prev | Next |
fputs -- write to a file pointer
Writes str to the file stream pointed to by fp.
Returns the number of characters written, or false if an error occurs.
The file pointer must be valid, and must point to a file successfully opened by fopen() or popen().
Prev | Home | Next |
fpassthru | Up | fseek |